Spread for ASP.NET 12 Product Documentation
GroupSparkline(CellRange[],SparklineType) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > GroupSparkline Method : GroupSparkline(CellRange[],SparklineType) Method
The location.
The type.
Groups the sparkline and sets the type of the new group.
Syntax
'Declaration
 
Public Overloads Function GroupSparkline( _
   ByVal location() As CellRange, _
   ByVal type As SparklineType _
) As ExcelSparklineGroup
'Usage
 
Dim instance As SheetView
Dim location() As CellRange
Dim type As SparklineType
Dim value As ExcelSparklineGroup
 
value = instance.GroupSparkline(location, type)
public ExcelSparklineGroup GroupSparkline( 
   CellRange[] location,
   SparklineType type
)

Parameters

location
The location.
type
The type.
See Also

Reference

SheetView Class
SheetView Members
Overload List